Returns a Vector3D. Finds the point at which a line through Pt1 and Pt2 intersects the bounding volume.
Syntax |
|---|
|
result = Bounds3D.LineIntersection( Pt1, Pt2 ) |
Parameters |
|
|---|---|
|
Pt1 |
|
|
Pt2 |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
If it does not intersect, it returns Nil.